home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_1199 / 957 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.2 KB

  1. From: bousch@topo.matups.fr (Thierry Bousch)
  2. Subject: Re: stty 0; stty 19200 on modem1, 1 patch...
  3. Date: Sun, 30 Jan 1994 00:36:45 +0100 (MET)
  4. In-Reply-To: <9401272251.AA00147@jelal.north.de> from "Juergen Lock" at Jan 27, 94 11:51:50 pm
  5.  
  6. Hello Juergen,
  7.  
  8. >  (ooh all these hacks, we really need `real' tty devices, for all ports...)
  9.  
  10. Oh, yes we do.  I had attempted to allow remote logins using /dev/modem1
  11. and Stephen Usher's init-getty-login package, but found so many
  12. limitations that it was almost unusable.  This was the reason why I
  13. wrote modm0dev (it is on atari.archive) to implement a "real" device for
  14. the first serial port. 
  15.  
  16. It works quite well for my needs, and interfaces easily with init.  It
  17. offers two devices (/dev/ttyb for dial-in, /dev/cua0 for dial-out)
  18. mutually exclusive, with the usual semantics (I think) and able to raise
  19. SIGHUP and SIGINT when appropriate.  The main problem is that it loses
  20. characters at high speeds (19200bps) on my poor Atari ST; but I cannot
  21. determine where the problem really lies.  It would be interesting if
  22. someone else had tried this driver, and could tell more about this. 
  23.  
  24. Apart from that, I also have a (buffered and interrupt-based) device
  25. driver for the Centronics port, if someone is interested...
  26.  
  27. Thierry.
  28.